Fix bug #16576 with PRINTCHARFUN that conses output a lot.
authorEli Zaretskii <eliz@gnu.org>
Wed, 29 Jan 2014 17:52:16 +0000 (19:52 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 29 Jan 2014 17:52:16 +0000 (19:52 +0200)
commitd95e10b560d21d4b872e9b5cc0974e09c46d42bd
tree2aa4740d4f6016b3325db27e15df395ee577a259
parent90ed03f93341ce84399cc328bf8337192e771357
Fix bug #16576 with PRINTCHARFUN that conses output a lot.

 src/print.c (print_object): Use FETCH_STRING_CHAR_ADVANCE, not
 STRING_CHAR_AND_LENGTH, so that if the string is relocated by GC,
 we still use correct addresses.
src/ChangeLog
src/print.c